CPatientLock.cs
Code Type: C# Class
Uses Classes: CDataParameterList, CDataSet
Uses PL/SQL Procedures: PCK_PATIENT_LOCK.RefreshPatientLock, PCK_PATIENT_LOCK.GetPatientLock, PCK_PATIENT_LOCK.InsertPatientLock, PCK_PATIENT_LOCK.DeletePatientLock

Lines of Code: 111

public class CPatientLock

	Patient lock methods and properties 

public CPatientLock(BaseMaster BaseMstr)

	Constructor takes a BaseMaster
    
public bool RefreshPatientLock(string strPatientID)

	Refresh patient lock 

protected DataSet GetPatientLock(string strPatientID)

	Get patient lock 

public bool IsPatientLocked(string strPatientID, out string strProviderName, out string strProviderEmail)

	Is patient locked 

public bool InsertPatientLock(string strPatientID)

	Insert patient lock 

public bool DeletePatientLock(string strPatientID)

	Delete patient lock 

	

